home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the_fighter_training.swf / scripts / DefineSprite_477 / frame_158 / DoAction.as
Text File  |  2008-03-13  |  135b  |  12 lines

  1. if(char_mode == "down")
  2. {
  3.    trace("HHH");
  4.    gotoAndStop("down");
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndStop("base");
  10.    play();
  11. }
  12.